Metamath Proof Explorer


Theorem dfsymrel4

Description: Alternate definition of the symmetric relation predicate. (Contributed by Peter Mazsa, 17-Aug-2021)

Ref Expression
Assertion dfsymrel4
|- ( SymRel R <-> ( `' R = R /\ Rel R ) )

Proof

Step Hyp Ref Expression
1 dfsymrel2
 |-  ( SymRel R <-> ( `' R C_ R /\ Rel R ) )
2 relcnveq
 |-  ( Rel R -> ( `' R C_ R <-> `' R = R ) )
3 2 pm5.32ri
 |-  ( ( `' R C_ R /\ Rel R ) <-> ( `' R = R /\ Rel R ) )
4 1 3 bitri
 |-  ( SymRel R <-> ( `' R = R /\ Rel R ) )