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

Theorem

primes.dividesb_true_to_divides

Statement

∀ n m, (dividesb n m) = true ⇒ n | m

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem dividesb_true_to_divides : forall (n:nat.nat), forall (m:nat.nat), (logic.eq (bool.bool) (dividesb n m) bool.true) -> divides n m.



Matita-Jumb
Statement

theorem dividesb_true_to_divides : \forall (n:nat). \forall (m:nat). ((eq) (bool) ((dividesb) n m) (true) ) -> (divides) n m.



Lean-jumb
Statement

theorem dividesb_true_to_divides : forall (n:nat.nat) , forall (m:nat.nat) , ((((logic.eq_) (bool.bool)) ((((primes.dividesb) ) (n)) (m))) ((bool.true) )) -> (((primes.divides) ) (n)) (m).



PVS-jumb

Statement

dividesb_true_to_divides : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(logic_sttfa_th.eq[bool_sttfa_th.sttfa_bool](primes_sttfa.dividesb(n)(m))(bool_sttfa_th.sttfa_true) => primes_sttfa.sttfa_divides(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.