Skip to content

documentation of \; needs fixing #1301

@affeldt-aist

Description

@affeldt-aist

(* A \; B == [set x | exists z, A (x.1, z) & B (z, x.2)] *)

Jean-Philippe Chancelier on Zulip on 2024-08-22:

there is also a little inconsistency between the comments at the begining of the file and the code
for relation composition. The composition of relation is described as
A \; B == [set x | exists z, A (x.1, z) & B (z, x.2)]
in the comments which is correct but implemented as
Notation "B \; A" := ([set xy | exists2 z, A (xy.1, z) & B (z, xy.2)]) : classical_set_scope.
"B \; A" should be "A \; B"

Metadata

Metadata

Assignees

Labels

documentation 📝This issue/PR is about documentation of the library / repository

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions