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

Theorem

exp.eq_exp_body_O

Statement

∀ n, leibniz (exp_body n O) 1

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

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



Lean-jumb
Statement

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



PVS-jumb

Statement

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



OpenTheory

Printing for OpenTheory is not working at the moment.