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

Theorem

div_mod.mod_O_n

Statement

∀ n, (mod O n) = O

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem mod_O_n : forall (n:nat.nat), logic.eq (nat.nat) (mod nat.O n) nat.O.



Matita-Jumb
Statement

theorem mod_O_n : \forall (n:nat). (eq) (nat) ((mod) (O) n) (O) .



Lean-jumb
Statement

theorem mod_O_n : forall (n:nat.nat) , (((logic.eq_) (nat.nat)) ((((div_mod.mod) ) ((nat.O) )) (n))) ((nat.O) ).



PVS-jumb

Statement

mod_O_n : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](div_mod_sttfa.mod(nat_sttfa_th.sttfa_O)(n))(nat_sttfa_th.sttfa_O))



OpenTheory

Printing for OpenTheory is not working at the moment.