Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.07 KB

cheatsheet.md

File metadata and controls

14 lines (12 loc) · 1.07 KB

Connectives

Name Notation Introduction Elemination
bi_and P ∧ Q iSplit
bi_or P ∨ Q iLeft, iRight "[HP | HQ]"
bi_sep P ∗ Q iSplitL, iSplitR "[HP HQ]"
bi_wand P -∗ Q iIntros iApply
bi_pure ⌜ ϕ ⌝ "!%", iPureIntro, iModIntro
bi_exists ∃ x : A, P iExists "[%x HP]"
bi_forall ∀ x : A, P "%x", iIntros (x) iApply
bi_intuitionistically □ P "!>", iModIntro "#HP"
bi_later ▷ P "!>", iNext, iModIntro ">HP"