Y
Hacker News
new
|
ask
|
show
|
jobs
Propositional logic exercises with the lean theorem prover
(
github.com
)
54 points
by
mathematically
1704 days ago
2 comments
giomasce
1704 days ago
See also the Natural Number Game.
link
sidpatil
1704 days ago
Just the kind of thing I've been looking for!
link
mathematically
1704 days ago
Just a heads up, worksheet 5 has an error: (P ↔ Q) → (R ↔ S) → (P ∧ Q ↔ R ∧ S). That proposition is not actually true.
link
BreakfastB0b
1704 days ago
It’s probably supposed to be (P & R) <-> (Q & S)
link
mathematically
1704 days ago
Yup, transposition error.
link
kevinbuzzard
1704 days ago
Thanks so much! Fixed.
link
kevinbuzzard
1704 days ago
PS I cannot believe my undergraduate teaching material is on HN! I am a math lecturer and this is just my course notes for my UGs.
link