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

Axiom

gcd.axiom_gcd_aux

Statement

∀ p, equal (gcd_aux p) (filter_nat_type gcd_aux_body p)

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_gcd_aux : forall (p:nat.nat), connectives.equal (nat.nat -> nat.nat -> nat.nat) (gcd_aux p) (nat.filter_nat_type (nat.nat -> nat.nat -> nat.nat) gcd_aux_body p)



Matita-Jumb
Statement

axiom axiom_gcd_aux : \forall (p:nat). (equal) (nat -> nat -> nat) ((gcd_aux) p) ((filter_nat_type) (nat -> nat -> nat) (gcd_aux_body) p)



Lean-jumb
Statement

axiom axiom_gcd_aux : forall (p:nat.nat) , (((connectives.equal) ((nat.nat) -> (nat.nat) -> nat.nat)) (((gcd.gcd_aux) ) (p))) ((((nat.filter_nat_type) ((nat.nat) -> (nat.nat) -> nat.nat)) ((gcd.gcd_aux_body) )) (p))



PVS-jumb

Statement

axiom_gcd_aux : AXIOM (FORALL(p:nat_sttfa_th.sttfa_nat):connectives_sttfa_th.equal[[nat_sttfa_th.sttfa_nat -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](gcd_sttfa.gcd_aux(p))(nat_sttfa_th.filter_nat_type[[nat_sttfa_th.sttfa_nat -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](gcd_sttfa.gcd_aux_body)(p)))



OpenTheory

Printing for OpenTheory is not working at the moment.