Live data from Hacker News

Propositional logic exercises with the lean theorem prover

github.com

1–10 of 10 posts

Re: Propositional logic exercises with the lean theorem prover

#6
post #2

Just the kind of thing I've been looking for!

Just a heads up, worksheet 5 has an error: (P ↔ Q) → (R ↔ S) → (P ∧ Q ↔ R ∧ S). That proposition is not actually true.

It’s probably supposed to be (P & R) (Q & S)

Re: Propositional logic exercises with the lean theorem prover

#7

Earlier quoted context omitted.

Just a heads up, worksheet 5 has an error: (P ↔ Q) → (R ↔ S) → (P ∧ Q ↔ R ∧ S). That proposition is not actually true.

It’s probably supposed to be (P & R) (Q & S)

Yup, transposition error.

Re: Propositional logic exercises with the lean theorem prover

#9

Earlier quoted context omitted.

Yup, transposition error.

Thanks so much! Fixed.

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.

Re: Propositional logic exercises with the lean theorem prover

#10

Earlier quoted context omitted.

Thanks so much! Fixed.

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.

It's very fun. Thanks for putting it together.