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

Theorem

gcd.commutative_gcd

Statement

∀ n m, (gcd n m) = (gcd m n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem commutative_gcd : forall (n:nat.nat), forall (m:nat.nat), logic.eq (nat.nat) (gcd n m) (gcd m n).



Matita-Jumb
Statement

theorem commutative_gcd : \forall (n:nat). \forall (m:nat). (eq) (nat) ((gcd) n m) ((gcd) m n).



Lean-jumb
Statement

theorem commutative_gcd : forall (n:nat.nat) , forall (m:nat.nat) , (((logic.eq_) (nat.nat)) ((((gcd.gcd) ) (n)) (m))) ((((gcd.gcd) ) (m)) (n)).



PVS-jumb

Statement

commutative_gcd : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](gcd_sttfa.gcd(n)(m))(gcd_sttfa.gcd(m)(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.