nat.monotonic_le_times_r
∀ n, monotonic le (λm. n × m)
Theorem monotonic_le_times_r : forall (n:nat), relations.monotonic (nat) le (fun (m:nat) => times n m).
theorem monotonic_le_times_r : \forall (n:nat). (monotonic) (nat) (le) (\lambda m : nat. (times) n m).
theorem monotonic_le_times_r : forall (n:nat.nat) , (((relations.monotonic) (nat.nat)) ((nat.le_) )) (fun (m : nat.nat) , (((nat.times) ) (n)) (m)).
monotonic_le_times_r : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):relations_sttfa_th.monotonic[nat_sttfa.sttfa_nat](nat_sttfa.le)((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.times(n)(m))))
Printing for OpenTheory is not working at the moment.