花括号证明语法:begin x。 = {自动}是。 []

Curly brace proof syntax: begin x. = { auto } y. []

我在 Coq 证明中看到了以下语法,以及关系 (=) 和策略 (auto) 的变体:

begin
  x.
= { auto }
  y.
= { auto }
  z.
[].

这个句法结构的名称是什么,它在哪里记录?

这似乎是the project you linked. Here is the file defining the notation, starting at Line 84定义的战术符号。