juan_gandhi: (Default)
[personal profile] juan_gandhi

for { p <- Ω.points } {
val pp = predicateFor(p)
(True ∧ pp) === pp
(False ∧ pp) === False

// idempotence
(pp ∧ pp) === pp

for { q <- Ω.points } {
val pq = predicateFor(q)
val ppq = pp ∧ pq

// commutativity
(pp ∧ pq) === (pq ∧ pp)

for { r <- Ω.points } {
val pr = predicateFor(r)
// associativity
(ppq ∧ pr) === (pp ∧ (pq ∧ pr))
}
}
}

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

May 2025

S M T W T F S
    1 2 3
456 7 8 9 10
11 121314151617
181920 21222324
25262728293031

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 22nd, 2025 10:10 am
Powered by Dreamwidth Studios