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

Theorem

exp.sym_eq_exp_body_O

Statement

∀ n, leibniz 1 (exp_body n O)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_exp_body_O : forall (n:nat.nat), leibniz.leibniz (nat.nat) (nat.S nat.O) (exp_body n nat.O).



Matita-Jumb
Statement

theorem sym_eq_exp_body_O : \forall (n:nat). (leibniz) (nat) ((S) (O) ) ((exp_body) n (O) ).



Lean-jumb
Statement

theorem sym_eq_exp_body_O : forall (n:nat.nat) , (((leibniz.leibniz) (nat.nat)) (((nat.S) ) ((nat.O) ))) ((((exp.exp_body) ) (n)) ((nat.O) )).



PVS-jumb

Statement

sym_eq_exp_body_O : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):leibniz_sttfa_th.leibniz[nat_sttfa_th.sttfa_nat](nat_sttfa_th.sttfa_S(nat_sttfa_th.sttfa_O))(exp_sttfa.exp_body(n)(nat_sttfa_th.sttfa_O)))



OpenTheory

Printing for OpenTheory is not working at the moment.