The notation is ⊢P{Q}R. To give context, the notation is from a paper called "An Axiomatic Basis for Computer Programming". From what I know, the symbol ⊢ is used to show that something(B) is derivable from another(A); i.e A⊢B, or B is a partition of A.
2026-03-28 01:26:03.1774661163
How do I read this notation and what does it mean?
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
See Hoare logic :
Ref to C.A.R. Hoare's An Axiomatic Basis for Computer Programming (1969) page 577 for the original notation: $P \{ Q \} R$.
And see footnote 1:
See Turnstile symbol for $\vdash$.