Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Try doing some basic maths questions in the Lean Theorem Prover. Functions, real numbers, equivalence relations and groups. Click on README.md and then on "Open in CoCalc with one click".

24295 views
License: APACHE
import data.real.basic

theorem challenge3 :
(2 : ℝ) + 2 ≠ 5 :=
begin
  sorry
end