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

Axiom

nat.sym_eq_times

Statement

∀ n, leibniz (filter_nat_type times_body n) (times n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_times : forall (n:nat), leibniz.leibniz (nat -> nat) (filter_nat_type (nat -> nat) times_body n) (times n).



Matita-Jumb
Statement

theorem sym_eq_times : \forall (n:nat). (leibniz) (nat -> nat) ((filter_nat_type) (nat -> nat) (times_body) n) ((times) n).



Lean-jumb
Statement

theorem sym_eq_times : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> nat.nat)) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.times_body) )) (n))) (((nat.times) ) (n)).



PVS-jumb

Statement

sym_eq_times : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.times_body)(n))(nat_sttfa.times(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.