Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Comparison of definitional resources used.

Bij(ABf)

Def Bij(ABf) == Inj(ABf) & Surj(ABf) biject

A,B:Type, f:(AB). Bij(ABf Prop

Def Surj(ABf) == b:Ba:Af(a) = b surject

A,B:Type, f:(AB). Surj(ABf Prop

Def basic
Inj(ABf) == a1,a2:Af(a1) = f(a2 a1 = a2
inject

A,B:Type, f:(AB). Inj(ABf Prop

A ~ B

Def
A ~ B == f:(AB), g:(BA). InvFuns(A;B;f;g) one one corr 2

A,B:Type. (A ~ B Type one_one_corr_2_wf2

Def

InvFuns(A;B;f;g) == (x:Ag(f(x)) = x) & (y:Bf(g(y)) = y) inv funs 2

f:(AB), g:(BA). InvFuns(A;B;f;g Prop inv_funs_2_wf

About:
applyfunctionuniverseequalmemberprop
impliesandallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions DiscreteMath Sections DiscrMathExt Doc