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

Axiom

nat.axiom_times

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_times : forall (n:nat), connectives.equal (nat -> nat) (times n) (filter_nat_type (nat -> nat) times_body n)



Matita-Jumb
Statement

axiom axiom_times : \forall (n:nat). (equal) (nat -> nat) ((times) n) ((filter_nat_type) (nat -> nat) (times_body) n)



Lean-jumb
Statement

axiom axiom_times : forall (n:nat.nat) , (((connectives.equal) ((nat.nat) -> nat.nat)) (((nat.times) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.times_body) )) (n))



PVS-jumb

Statement

axiom_times : AXIOM (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.equal[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.times(n))(nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.times_body)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.