Metamath Proof Explorer


Definition df-fun

Description: Define predicate that determines if some class A is a function. Definition 10.1 of Quine p. 65. For example, the expression Fun cos is true once we define cosine ( df-cos ). This is not the same as defining a specific function's mapping, which is typically done using the format of cmpt with the maps-to notation (see df-mpt and df-mpo ). Contrast this predicate with the predicates to determine if some class is a function with a given domain ( df-fn ), a function with a given domain and codomain ( df-f ), a one-to-one function ( df-f1 ), an onto function ( df-fo ), or a one-to-one onto function ( df-f1o ). For alternate definitions, see dffun2 , dffun3 , dffun4 , dffun5 , dffun6 , dffun7 , dffun8 , and dffun9 . (Contributed by NM, 1-Aug-1994)

Ref Expression
Assertion df-fun ( Fun 𝐴 ↔ ( Rel 𝐴 ∧ ( 𝐴 𝐴 ) ⊆ I ) )

Detailed syntax breakdown

Step Hyp Ref Expression
0 cA 𝐴
1 0 wfun Fun 𝐴
2 0 wrel Rel 𝐴
3 0 ccnv 𝐴
4 0 3 ccom ( 𝐴 𝐴 )
5 cid I
6 4 5 wss ( 𝐴 𝐴 ) ⊆ I
7 2 6 wa ( Rel 𝐴 ∧ ( 𝐴 𝐴 ) ⊆ I )
8 1 7 wb ( Fun 𝐴 ↔ ( Rel 𝐴 ∧ ( 𝐴 𝐴 ) ⊆ I ) )