Kazuhiko Sakaguchi

Results 306 comments of Kazuhiko Sakaguchi

I wish to write patterns before `->` and ` [in RHS]

Enrico's remark: `move=> [in RHS]

> In order to process the other directories as a collective effort, > could you share the small tools (sed, perl scripts, patterns to be grepped, etc.) > or ideas...

Probably a related question: why the `%|` notation in `intdiv` is defined in this way using `\in`? Is this only because of simulating `simpl never`? https://github.com/math-comp/math-comp/blob/3515b33b1245ea169fbaf61405dc60954509fee2/mathcomp/algebra/intdiv.v#L70

These lattices also seem to be complemented and graded but non-distributive. There might be so many missing structures.

Since the complement of linear subspaces is not unique, I am not sure whether we should have such complemented non-distributive lattice structures anymore. Declaring the canonical `tbLatticeType` of them and...

IIUC, the limitation still exists and coq/coq#12349 removes it.

Also, this issue is a part of #606.

> IIUC, the limitation still exists and [coq/coq#12349](https://github.com/coq/coq/pull/12349) removes it. This was not true. The limitation still exists but is a different one. If I generalize `{ffun fT}` to subsume...

@CohenCyril I agree. This PR also breaks odd-order by changing argument scopes of some lemmas, but putting all the scope information back by `Arguments` command seems too much to do.