feat(All): Add Program.random + Axioms - #35
Conversation
8a6dd5d to
d256485
Compare
|
I guess I did a lot more that I remembered. |
|
@EnguerrandPrebet |
|
I stumbled on these definitions: /-- `P` is a substitute for a predicational, i.e. `k` can be uniformly substituted by any `?φ`. -/
def P := [Formula|⟨k⟩true]
def Q := [Formula|⟨l⟩true]I assume, these are used to model predicate symbols that can depend on all variables (p(x-)). ⟨?P⟩ true and P can be any predicate (-symbol). Am I right? Can you elaborate more on that? I'm wondering if we'll get any problems since |
Closes #33