// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Axiom

logic.sym_eq

Statement

∀ x y, x = y ⇒ y = x

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq : forall A, forall (x:A), forall (y:A), (eq (A) x y) -> eq (A) y x.



Matita-Jumb
Statement

theorem sym_eq : \forall A. \forall (x:A). \forall (y:A). ((eq) (A) x y) -> (eq) (A) y x.



Lean-jumb
Statement

theorem sym_eq : forall (A : Type) , forall (x:A) , forall (y:A) , ((((logic.eq_) (A)) (x)) (y)) -> (((logic.eq_) (A)) (y)) (x).



PVS-jumb

Statement

sym_eq [A:TYPE+] : LEMMA (FORALL(x:A):(FORALL(y:A):(logic_sttfa.eq[A](x)(y) => logic_sttfa.eq[A](y)(x))))



OpenTheory

Printing for OpenTheory is not working at the moment.