Skip to content

Instantly share code, notes, and snippets.

@aji
Created September 6, 2012 09:21
Show Gist options
  • Select an option

  • Save aji/3653621 to your computer and use it in GitHub Desktop.

Select an option

Save aji/3653621 to your computer and use it in GitHub Desktop.
1. A given
2. ~A | B given
3. A & (~A | B) what is this called? conjunction of previous statements?
4. (A & ~A) | (A & B) distributive law
5. A & B eliminating contradiction from disjunction
6. B what is this called? unzipping a conjunction?
what is the name for this whole process?
A & (~A | B) -> B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment