Skip to content

Conversation

mohamed-barakat
Copy link
Member

No description provided.

@mohamed-barakat mohamed-barakat force-pushed the Colift branch 2 times, most recently from 413609d to 2866410 Compare November 27, 2021 17:44
@codecov
Copy link

codecov bot commented Nov 27, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ab3dc26) to head (01be04e).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #70   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         2097      2121   +24     
=========================================
+ Hits          2097      2121   +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

function ( category_of_finite_sets, alpha, beta )

return ForAll( AsList( ImageObject( alpha ) ),
i -> Length( DuplicateFreeList( List( Preimage( alpha, FinSetNC( category_of_finite_sets, [ i ] ) ), beta ) ) ) = 1 );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We must not use DuplicateFreeList because that would compare elements via =, but we compare elements via IsEqualForElementsOfFinSets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants