This section audits symbolic/analytic mathematical consistency (algebra, derivations, dimensional/unit checks, definition consistency).
Maths relevance: substantial
The paper’s mathematics is primarily definitional/constructive: it defines a latent embedding $L(x,t)\in\mathbb{R}^{10}$ learned by a PINN, computes finite-difference approximations to $\partial L/\partial x$, $\partial L/\partial t$, and $\partial^{2}L/\partial x^{2}$, analyzes geometry via norms/cosine similarities and an SVD-based tangent-space diagnostic, and proposes a sparse-regression (Lasso) framework to identify latent PDE-like evolution laws $\partial L/\partial t=f(L,V_x,V_{xx})$. Most individual formulas are standard and internally consistent, but the key regression library $\Theta$ is described inconsistently between Methods and Results, preventing a fully consistent symbolic audit of the paper’s central equation-discovery claims.
✔ Burgers PDE statement (Eq. (1), Sec. 1, p. 2)
✔ Latent space and derivative field definitions (Sec. 1, p. 2 (definitions of $L$, $V_x$, $V_t$); reiterated Sec. 2.3, p. 3)
✔ Spatial derivative finite differences (first order) (Sec. 2.3.1, p. 3)
✔ Temporal derivative finite differences (first order) (Sec. 2.3.2, pp. 3–4)
✔ Second spatial derivative finite differences (Sec. 2.3.3, p. 4)
✔ Vector magnitude (Euclidean norm) definitions (Sec. 2.4.1, p. 4)
✔ Cosine similarity formula and exclusion rule (Sec. 2.4.2, p. 4)
✔ Tangent matrix construction for SVD (Sec. 2.5, p. 4)
⚠ Interpretation of SVD singular values as ellipse axes (Sec. 2.5, p. 4)
✔ Regression target equation form (Sec. 2.6 (opening) and Sec. 2.6.3, p. 5)
✔ Lasso objective function statement (Sec. 2.6.3, p. 5)
✖ Candidate library definition vs reported library in Results (Sec. 2.6.2, p. 5 (library includes $L_j\partial L_m/\partial x$ for all $j,m$); Sec. 3.4, p. 9 (library includes $L_j^2, L_j V_{x,j}, V_{x,j}^2$ and totals $61$ terms))
⚠ Advection/diffusion analogy term notation (Abstract p. 1; Sec. 3.4, p. 9)
✔ Array reshaping and dimensional consistency for regression (Sec. 2.6.1, p. 5)
This section audits numerical/empirical consistency: reported metrics, experimental design, baseline comparisons, statistical evidence, leakage risks, and reproducibility.
Executed $11$ numeric checks: $10$ PASS and $1$ UNCERTAIN due to an execution error. Passed checks support consistency of channel counts, grid-size products, library term-count recomputation to $61$, sparsity percentage calculations ($16/61$ and $24/61$), multiple inequality/range constraints, and threshold claims for example correlations. One reshape element-count check for flattening arrays to $(N_x\times N_t,10)$ could not be verified by the automated checker.
✔ C1 (Section 2.1 (page 3): “dataset … dimensions $(100, 100, 12)$ … first two channels … remaining $10$ channels”)
✔ C2 (Section 2.1 (page 3): “grid of $100\times100$ points … $N_x = 100$ … $N_t = 100$ … reshape … $(10000, 10)$”)
⚠ C3 (Section 2.6.1 (page 5): “flattening … arrays of shape $(N_x \times N_t, 10)$”)
✔ C4 (Section 2.6.2 (page 5) vs Section 3.4 (page 9): library term count “out of $61$ total candidate terms”)
✔ C5 (Section 3.4 (page 9): “non-zero terms … $16$ to $24$ out of $61$ … sparsity levels between $26\%$ and $39\%$”)
✔ C6 (Section 3.3.3 (page 8): “mean $\sigma_1$ is $3.71$ … mean $\sigma_2$ is $0.45$ … ratio $\sigma_2/\sigma_1$ has a mean of $0.14$”)
✔ C7 (Section 3.1 (page 6): “variance … minimum $\approx0.48$ for $L_2$ to maximum $\approx1.95$ for $L_3$”)
✔ C8 (Section 3.1 (page 6): correlations examples “$L_0$ with $L_3$ ($-0.96$)… $L_2$ with $L_4$ ($0.89$) and $L_8$ ($0.88$)… abs values $> 0.8$”)
✔ C9 (Figure 3 caption / Section 3.1 (page 7): “Pearson correlation coefficient $\approx -0.45$ between $L_0$ and $L_4$”)
✔ C10 (Section 3.3.1 (page 7): “mean magnitudes … $2.82$ for $|L|$, $3.52$ for $|V_x|$, $0.93$ for $|V_t|$”)
✔ C11 (Section 3.3.2 (page 7): cosine similarity stats “mean near zero ($0.125$)” and “mean ($0.237$)” and “mean $-0.193$ median $-0.496$”)