Gamifying propositional logic: QED, an interactive textbook
terrytao.wordpress.com
Gamifying propositional logic: QED, an interactive textbook
1–10 of 22 posts
Re: Gamifying propositional logic: QED, an interactive textbook
#2Nice find OP
Re: Gamifying propositional logic: QED, an interactive textbook
#3(EDIT: Looks like some of the exercises are getting shuffled between versions -- 9.3(d) is the one I meant as of v1.2, but that might change over time. At least the type signature is a clue about which one I mean.)
Re: Gamifying propositional logic: QED, an interactive textbook
#4Re: Gamifying propositional logic: QED, an interactive textbook
#5It's an introduction to logic using George Spencer-Brown's Laws of Form notation.
Re: Gamifying propositional logic: QED, an interactive textbook
#6I'm not sure if this is considered as pedagogically beneficial, and/or feasible without interactivity (on a cursory glance, it doesn't look like Terence Tao has given any importance to coloring in this project).
Re: Gamifying propositional logic: QED, an interactive textbook
#7I'd love to see some additional features:
- I'm currently at the excercise 9.1, and this far PUSH is always the only operation you can do when dragging from an outer scope to an inner one. Seems pretty fundamental. (To the extent that explicit mentions of "pushing" is not even normally mentioned in textual proofs?) Could this be streamlined somehow, for example applying PUSH automatically just with the drag & drop operation from outer to inner scope?
- Instead of a linear "achievement history", keep records of all produced proofs for each lemma. Highlight the one with the smallest amount of "rules".
- It seems to allow circular proofs by default. Surely this can be detected using a dependency graph?
- Speaking of dependency graphs, I'd love to explore reverse mathematics using this kind of an interactive tool. Maybe add some challenge by counting not only the amount of rules, but amount of axioms/basic rules of inference used, and counting also the size of the whole dependency graph of each proof. Maybe there could be separate record-keeping for different sets of axioms.
Re: Gamifying propositional logic: QED, an interactive textbook
#8Re: Gamifying propositional logic: QED, an interactive textbook
#99.3(d) was a real pain until I thought about how I'd write a function with type `(Either a b, Either a c) -> Either a (b, c)`. Before that, I kept wanting a negation operator. (EDIT: Looks like some of the exercises are getting shuffled between versions -- 9.3(d) is the one I meant as of v1.2, but that might change over time. At least the type signature is a clue about which one I mean.)
Re: Gamifying propositional logic: QED, an interactive textbook
#10Source code: https://github.com/stefanhaustein/emojic (the page has a playstore link which has screenshots).
Have fun competing with your kids O:)