Pith. sign in

REVIEW 4 major objections 5 minor 26 references

Undecidability of Translational Tiling of the Plane with Orthogonally Convex Polyominoes

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read The paper proves that translational tiling of the plane with a set of seven orthogonally convex polyominoes is undecidable, by reducing Wang's domino problem to this tiling problem.

desk verdict A plausible and important step toward undecidability with nearly convex tiles, but the rigidity lemmas that carry the reduction are asserted rather than proved; the paper deserves a referee but needs a rigorous rewrite of Section 4. read the letter →

arxiv 2506.12726 v1 pith:7KPKOAWC submitted 2025-06-15 math.CO cs.CGmath.MG

classification math.COcs.CGmath.MG MSC 52C2068Q17
keywords translationaltilingundecidabilityorthogonallyconvexpolyominoesWangtilesdominoproblemfixedtilesetrigidpatternpolyomino
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proves that no algorithm can decide whether an arbitrary set of seven orthogonally convex polyominoes tiles the plane by translation. The proof reduces Wang's domino problem to this tiling problem: from any finite set of colored square tiles it constructs seven polyominoes that tile the plane exactly when the Wang tiles do. The tiles used are orthogonally convex, meaning every horizontal or vertical slice through a tile is a single segment, whereas previous undecidability results for fixed tile sets relied on deeply concave shapes. If the construction is correct, the undecidability barrier for translational tiling persists even under this restricted convexity, and the question of decidability is pushed down to at most six orthogonally convex tiles.

What carries the argument

The load-bearing object is the level-3 square of order $(13,22)$, a bundle of 22 by 22 level-2 squares, each an order-13 diamond-shaped 'square simulator' that carries either a dent or a bump on its northwest or southeast side. Binary strings written in dents (0) and bumps (1) on these sides encode the colored edges of simulated Wang tiles, and a fixed pattern in the middle twelve positions of each side forces level-3 squares to align edge-to-edge. The set of seven polyominoes — one tiny filler, one encoder, two linkers, and three partial locators that act as a single locator — is engineered so that any plane tiling must align every level-2 square to the common lattice generated by $i=(13,12)$ and $j=(-12,13)$, align every level-3 square in the northwest-southeast direction, and finally arrange the locators into a rigid grid. In that grid the encoder exposes exactly the information needed to simulate a Wang tiling, and the linkers fill the gaps exactly when simulated edge colors match.

What would settle it

Exhibit a plane tiling of the seven polyominoes in which two level-2 squares belonging to different level-3 polyominoes are not aligned on the lattice generated by (13,12) and (-12,13), or in which the locators do not form the claimed grid; such a tiling would directly contradict Lemma 4 or the rigidity argument and would break the only-if direction of the reduction. A finite-patch search with a tiling solver for a violation of Lemma 3 (two adjacent tiny fillers) would be the most direct place to look first.

Watch

Extended reading notes

Core claim

The paper's central claim is Theorem 2: translational tiling of the plane with a set of seven orthogonally convex polyominoes is undecidable. The proof establishes a tiling equivalence: for any finite set of Wang tiles, the constructed seven polyominoes admit a plane tiling by translations if and only if the Wang set does. The 'only if' direction is the hard part; it shows that every tiling of the plane by the seven polyominoes must arrange the pieces in a rigid lattice of locators and encoders, so that the dents and bumps on the tiles read off as encoded colors on simulated Wang-tile edges, and the linkers enforce that adjacent edges share a color. Any algorithm deciding the seven-polyomino tiling problem would therefore decide Wang's domino problem, which is known to be undecidable.

Load-bearing premise

The reduction assumes that every tiling of the plane using the seven polyominoes forces all level-2 squares to lie on the common lattice generated by $i=(13,12)$ and $j=(-12,13)$, and all locators to form the rigid grid claimed in Section 4; if any tiling escaped this alignment, the dents and bumps could not be read as encoded Wang-tile edges.

Editorial extensions

If this is right

  • No algorithm can decide, for an arbitrary input of seven orthogonally convex polyominoes, whether translated copies tile the whole plane.
  • The undecidability barrier for fixed tile sets in the plane now holds at $k=7$ with orthogonally convex tiles, where previous fixed-tile-set constructions used extremely concave shapes.
  • Any Wang tile set that admits only nonperiodic tilings would yield, through this construction, a set of seven orthogonally convex polyominoes that also tiles only nonperiodically, since the polyomino tiling exists exactly when the Wang tiling does.
  • The decidability question for translational tiling with orthogonally convex tiles is now closed for $k \geq 7$ and remains open for $k \leq 6$.
  • The construction also shows that a relatively simple family of shapes can simulate arbitrary Wang computation, so further restrictions on geometry alone will not automatically restore decidability.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial extension: because the locator is split into three partial pieces only to maintain orthogonal convexity, a variant that relaxes the convexity condition slightly might reduce the tile count further, or the same splitting idea might be applied to other gap-filling roles.
  • Editorial extension: the construction's encoding density — one binary string per building block, rather than one bit per block — suggests that the information-carrying capacity of a single tile can be made large; testing whether a single orthogonally convex tile can simulate arbitrary Wang computation would be a natural stress test of the framework's limits.
  • Editorial extension: one could computationally instantiate the construction for a small Wang tile set whose tilability is known and search finite patches of the resulting polyomino set for the predicted rigid lattice; if a patch fails to follow Lemma 4 or Lemma 5, it would localize exactly which rigidity claim breaks.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper claims Theorem 2: translational tiling of the plane with translated copies of a particular set of 7 orthogonally convex polyominoes is undecidable. The proof reduces from Wang's domino problem (Theorem 1, Berger). For a given set of Wang tiles, Section 3 constructs one tiny filler, one encoder, two linkers, and three partial locators intended to behave as one locator; the design is meant to ensure that the 7 polyominoes tile the plane if and only if the corresponding Wang tiles do. Section 4 argues that every tiling must follow the rigid pattern of Figure 15, that each encoder exposes a simulated Wang tile, and that linkers enforce color matching. If this equivalence is established, the undecidability of Wang's domino problem transfers, yielding the stated result.

Significance. If correct, this is a notable result: it provides a fixed-size undecidable translational tiling problem under a restricted-convexity condition, and it introduces an elegant high-level encoding of binary strings via dents and bumps on level-3 squares. The construction is explicit and the reduction from Berger's theorem is conceptually clear. However, the proof of the direction from polyomino tilings to Wang tilings rests on several rigidity assertions that are currently only supported by informal, figure-based case analyses. The paper does not ship machine-checked proofs or code, but the burden here is not likely to require that; rather, the missing piece is a complete geometric case analysis for the alignment lemmas and for the global locator lattice. Those gaps are load-bearing for the central equivalence.

major comments (4)
  1. [Section 3, Lemma 3] The proof of Lemma 3 is not a complete case analysis. It asserts that after placing two adjacent tiny fillers the cells marked with red dots in Figure 14 cannot be covered by any level-3 polyomino, and that the partial tiling cannot be extended, but it does not systematically examine all translations and orientations of the six large polyominoes that could cover those cells while avoiding overlap. Since Lemma 3 is the only stated reason why two tiny fillers cannot be adjacent, and Lemma 4 depends on that exclusion, this needs a rigorous argument or an explicit finite check with coordinates.
  2. [Section 3, Lemma 4] The proof of Lemma 4 assumes part of what it must establish. It moves from Lemma 3 to the assertion that every level-3 polyomino is surrounded by level-3 polyominoes with isolated gaps fillable by a single tiny filler. Lemma 3 only rules out two adjacent tiny fillers; it does not rule out a gap that is a tiny filler combined with a shifted level-2 boundary, nor does it prove that every non-perfect northwest-southeast gap has exactly the shape of the tiny filler. Consequently the concluding sentence 'In all cases, the level-2 squares must be aligned' is unsupported. Without a proof of this lemma, the direction from arbitrary polyomino tilings to Wang tilings cannot be read off.
  3. [Section 4, bullet 'The locators form a rigid lattice structure'] This is the central global-rigidity step, but it is only asserted. From the fact that a marker {M|L} must be matched by a selector {L|M}, the text concludes that locators 2, 3, 4, and 5 are placed as in Figure 15 and then extends the pattern inductively. No case analysis excludes other relative translations of locators, rotated or reflected arrangements, or partial interlockings among the three pieces of a locator. The claim that at least one simulated Wang tile is exposed only gives a marker somewhere outside the locator; it does not fix the exact grid placement. If a tiling deviates from Figure 15, the encoder boundaries need not form a valid Wang tiling, so this gap affects the only-if direction of the main equivalence.
  4. [Section 3, end of Section 3] Theorem 2 asserts that all seven pieces are orthogonally convex, but the verification is dismissed with 'It is straightforward to verify that all of them are orthogonally convex.' Since the level-3 shapes are described symbolically and the locator is deliberately split into three pieces, a check should be supplied: for each of the seven pieces, every horizontal and vertical line should intersect the piece in a segment or empty set. This is not a purely cosmetic point, because the assembled locator is explicitly not orthogonally convex and the splitting into three pieces is what makes the claim possible.
minor comments (5)
  1. [Section 3, locator paragraph] The text says the two light gray partial locators have size 3 x 15 'in light gray in Figure 12', but Figure 12 depicts the linkers; the light gray pieces appear in Figure 13. The figure reference should be corrected.
  2. [Introduction, Section 1] The phrase 'several different notations of restricted convexity' should read 'several different notions of restricted convexity'.
  3. [Section 2.3, notation after Lemma 2] The definition of SR writes SR = {Y1, ..., Yi}; since the right part has j entries, this should be {Y1, ..., Yj}.
  4. [Proof of Theorem 2, last sentence] The final sentence says 'translational tiling of the plane with a set of 7 orthogonally convex is undecidable'; it should say 'a set of 7 orthogonally convex polyominoes is undecidable'.
  5. [References] Reference [11] is cited as 'a manuscript'; if it is publicly available, the authors should provide an arXiv identifier or a publication status.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the reduction rests on Berger's external undecidability of Wang tilings; the flagged rigidity gaps in Lemma 4 and Section 4 are omitted proofs (correctness risks), not circular reductions.

full rationale

The paper's derivation chain is anchored to Berger's Theorem 1, an externally established undecidability result, and the constructed seven-polyomino set is a genuine simulation of Wang tiles rather than a renamed or fitted version of the target claim. The equivalence asserted in the proof of Theorem 2, 'our set of 7 polyominoes can tile the plane if and only if the corresponding set of Wang tiles can tile the plane,' has two independent directions: the if-direction lays down the Figure 15 rigid pattern from a given Wang tiling, and the only-if direction reads a Wang tiling off an assumed rigid polyomino tiling. Neither direction defines its conclusion into existence, and no parameter is fitted so as to predetermine the theorem; the geometric constants (i=(13,12), j=(-12,13), order (13,22)) are design choices. The self-citations [18]-[24] appear only in the introduction's literature review and are not load-bearing; the proof of Theorem 2 relies on internal lemmas plus the external frameworks of Ollinger [13] and Kim [11], and Berger's result is independent of this paper. The genuine weakness is that the rigidity lemmas are asserted with incomplete case analyses: Lemma 4's proof restricts dent/bump adjacencies to lattice-aligned configurations ('dents and bumps of two adjacent level-2 squares must be one of the following three combinations') without a case analysis ruling out non-lattice offsets, Lemma 5 inherits this gap, and the Section 4 locator-lattice induction ('the locators 2, 3, 4 and 5 must be placed as illustrated in Figure 15') is asserted without eliminating shifted or rotated placements. These are omitted proofs and correctness risks in the only-if direction, not circular steps: no premise is defined in terms of the conclusion, and no self-citation supplies the missing support. Honest verdict: no significant circularity, score 1.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central proof has a small number of hand-chosen constants (a=13, b=22, the 5+12+5 side split, and fixed second-part sequences) that make the rigidity lemmas work. It imports Berger's undecidability theorem and the single-polyomino classification from the literature. The paper asserts two geometric facts rather than proving them rigorously: the seven shapes are orthogonally convex, and the local adjacency case analyses are exhaustive.

free parameters (4)
  • a, order of level-2 squares = 13
    Chosen so the dent, bump, and tiny filler geometry work; not fitted to data.
  • b, order of level-3 squares = 22
    Gives 22 level-2 squares per side, split as 5+12+5; chosen to force edge-to-edge matching.
  • side part split = 5 first part, 12 second part, 5 third part
    Ensures 10 consecutive all-dent or all-bump blocks appear only in the second part (used in Lemma 5).
  • fixed second-part code = 011111111110 (NW), 100000000001 (SE)
    These sequences align second parts of adjacent level-3 squares; part of the construction design.
assumptions (5)
  • standard math Berger's theorem: Wang's domino problem is undecidable
    External source of undecidability used as the starting point of the reduction (Theorem 1).
  • standard math Beauquier-Nivat and Winslow classification for single-polyomino translational tilability
    Used in Lemma 1 to conclude the tiny filler alone cannot tile the plane.
  • domain assumption The seven constructed polyominoes are orthogonally convex
    Stated as straightforward to verify in Section 3; the theorem's conclusion depends on this property.
  • domain assumption Local adjacency cases in Lemma 3 and Lemma 4 are exhaustive
    Figure-based case analysis covers all ways tiny fillers and level-2 squares can meet; no formal enumeration is given.
  • domain assumption The rigid lattice pattern extends to the whole plane by induction
    Section 4 argues the pattern propagates outward from one locator; the induction is described verbally and not formalized.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Undecidability of Translational Tiling of the Plane with Orthogonally Convex Polyominoes." pith.science (2026). https://pith.science/paper/7KPKOAWC

@misc{pith2026250612726,
  author       = {Pith},
  title        = {Pith review of: Undecidability of Translational Tiling of the Plane with Orthogonally Convex Polyominoes},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7KPKOAWC}},
  note         = {Machine review of arXiv:2506.12726}
}
read the original abstract

The first undecidability result on the tiling is the undecidability of translational tiling of the plane with Wang tiles, where there is an additional color matching requirement. Later, researchers obtained several undecidability results on translational tiling problems where the tilings are subject to the geometric shapes of the tiles only. However, all these results are proved by constructing tiles with extremely concave shapes. It is natural to ask: can we obtain undecidability results of translational tiling with convex tiles? Towards answering this question, we prove the undecidability of translational tiling of the plane with a set of 7 orthogonally convex polyominoes.

Figures

Figures reproduced from arXiv: 2506.12726 by the authors.

Figure 1
Figure 1. A set of 3 Wang tiles. Note that in Wang’s domino problem, the matching rule is mainly non-geometrical (i.e., by colors). In this paper, we study the undecidability of the following translational tiling problems (Problem 1) of the n-dimensional space Z n , where the matching rule is purely geometric. An interesting trend of the recent study on Problem 1 focuses on minimizing the number of tiles, but maintaining the … view at source ↗
Figure 2
Figure 2. Orthogonally convex and not orthogonally convex pentominoes. The main contribution of this paper is the following result. Theorem 2 (Undecidability with Orthogonally Convex Tiles). Translational tiling of the plane with a set of 7 orthogonally convex polyominoes is undecidable [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. A level-1 square (left), and a level-2 square of order 7 (right). As illustrated on the left of [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: A level-3 square of order (7, 3). Finally, level-3 squares can be put together to form level-3 polyominoes. When putting two level-3 squares of order (a, b) together, the vector that points from the bottom corner of one level-3 square to the bottom corner of a neighbor…
Figure 5
Figure 5. Figure 5: shows an example of a level-3 triomino of order (7, 2), which is made up of three level-3 squares of order (7, 2). The bottom corners of the three level-3 squares are marked by red dots, and the vectors that point from the lower red dot to the upper red dots are (14, 1…
Figure 6
Figure 6. Figure 6: A dent or a bump on the northwest or southeast sides of a level-2 squares of order 13 [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: A tiny filler between two level-2 squares of order 13 [PITH_FULL_IMAGE:figures/full_fig_p006_7.png]
Figure 8
Figure 8. Figure 8: Symbolic representation of dents and bumps on the side of a level-3 square Recall that a level-3 square with order (13, b) has b level-2 squares on each side, and a dent or a bump can be added to each of the level-2 squares [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 9
Figure 9. Figure 9: A level-3 square {A|C} with bumps and dents on the northwest side [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: A level-3 square {|A, B, C, M} with bumps and dents on the southeast side. As mentioned in the previous subsection, the dents and bumps on one side of the level-3 square can be naturally denoted by a binary string of length 22. However, the dents and bumps that we wil…
Figure 11
Figure 11. Figure 11: The encoder of 3 × 1 level-3 squares. The two level-3 squares on the two ends of the A-linker are labeled {A|C}, while the two ends of the B-linker are labeled {B|C}. As illustrated in [PITH_FULL_IMAGE:figures/full_fig_p012_11.png]
Figure 12
Figure 12. Figure 12: The A-linker and B-linker {L|M} {L|M} {L|M} {L|M} {L|M} {L|M} {L|M} {L|M} {|C, M} {|C, M} {|A, B, C, M} {|A, B, C, M} {|A, B, C, M} {|A, B, C, M} S2 S2 S1 S1 [PITH_FULL_IMAGE:figures/full_fig_p013_12.png]
Figure 13
Figure 13. Figure 13: The locator 3 × 1 level-3 squares (in dark gray). Their sizes correspond to the set of Wang tiles in [PITH_FULL_IMAGE:figures/full_fig_p013_13.png]
Figure 14
Figure 14. Figure 14: Tiling with tiny fillers. As a consequence of Lemma 3, we can obtain the following lemma (Lemma 4) on the tiling property of the level-3 polyominoes. Recall that each level-3 polyomino is made up of level-3 squares (of order (13, 22)), which in turn are made up of lev…
Figure 15
Figure 15. Figure 15: The rigid tiling pattern selectors {L|M} in the locator can only be matched by the markers {M|L} in the encoders, two encoders have to be placed partially inside the concave part of the locator 1 (the encoders marked a and b in [PITH_FULL_IMAGE:figures/full_fig_p017_…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

26 extracted references · 23 canonical work pages

  1. [1]

    Beauquier, M

    D. Beauquier, M. Nivat, On translating one polyomino to tile the plane, Discrete & Computational Geometry, 6(1991), 575-592

  2. [2]

    Berger, The undecidability of the domino problem, Memoirs of the American Mathematical Society, 66(1966), 1-72

    R. Berger, The undecidability of the domino problem, Memoirs of the American Mathematical Society, 66(1966), 1-72

  3. [3]

    Bhattacharya, Periodicity and decidability of tilings of Z2

    B. Bhattacharya, Periodicity and decidability of tilings of Z2. American Journal of Mathematics, 142(2020), 255- 266

  4. [4]

    de Dios, J

    J. de Dios, J. Grebik, R. Greenfeld, J. Madrid, Periodicity and decidability of translational tilings by rational polygonal sets. Expositiones Mathematicae, (2024), 125620, in press

  5. [5]

    E. Fink, D. Wood, Restricted-Orientation Convexity, Springer Berlin, Heidelberg, 2004

  6. [6]

    Gonz´ alez-Aguilar, D

    H. Gonz´ alez-Aguilar, D. Orden, P. P´ erez-Lantero, D. Rappaport, C. Seara, J. Tejel and J. Urrutia. Maximum Rectilinear Convex Subsets. In: L. Gasieniec, J. Jansson, C. Levcopoulos (eds), Fundamentals of Computation Theory (FCT 2019). Lecture Notes in Computer Science, vol 11651. Springer, Cham, 274-291

  7. [7]

    Greenfeld, T

    R. Greenfeld, T. Tao. The structure of translational tilings in Zd. Discrete Analysis. (2021:16). 1-28

  8. [8]

    Greenfeld, T

    R. Greenfeld, T. Tao, A counterexample to the periodic tiling conjecture. Annals of Mathematics, 200(1)(2024), 301-363

Show all 26 references
  1. [9]

    Greenfeld, T

    R. Greenfeld, T. Tao, Undecidability of translational monotilings. to appear in Journal of the European Mathemat- ical Society, arXiv:2309.09504 [math.CO]

  2. [10]

    Gr¨ unbaum, G

    B. Gr¨ unbaum, G. C. Shephard, Tilings and Patterns, 2nd Edition, Dover Publications, 2016

  3. [11]

    Kim, Undecidability of tiling the plane with a set of 5 polyominoes, (2025), a manuscript

    Y. Kim, Undecidability of tiling the plane with a set of 5 polyominoes, (2025), a manuscript

  4. [12]

    J. C. Lagarias, Y. Wang, Tiling the line with translates of one tile, Inventiones mathematicae, 124 (1996), 341-365

  5. [13]

    Ollinger, Tiling the plane with a fixed number of polyominoes, In: A.H

    N. Ollinger, Tiling the plane with a fixed number of polyominoes, In: A.H. Dediu, A.M. Ionescu, C. Mart ´ ın-Vide (eds), Language and Automata Theory and Applications (LATA 2009). Lecture Notes in Computer Science, vol

  6. [14]

    Sidorenko, Periodicity of one-dimensional tilings

    V. Sidorenko, Periodicity of one-dimensional tilings. In: A. Chmora, S.B. Wicker (eds), Error Control, Cryptology, and Speech Compression (ECCSP 1993). Lecture Notes in Computer Science, vol 829. Springer, Berlin, Heidelberg. 103-108

  7. [15]

    S. K. Stein, Algebraic tiling, The American Mathematical Monthly, 81 (1974), 445-462

  8. [16]

    Wang, Proving theorems by pattern recognition-II, Bell System Technical Journal, 40(1961) 1-41

    H. Wang, Proving theorems by pattern recognition-II, Bell System Technical Journal, 40(1961) 1-41

  9. [17]

    Winslow, An optimal algorithm for tiling the plane with a translated polyomino, In: K

    A. Winslow, An optimal algorithm for tiling the plane with a translated polyomino, In: K. Elbassioni, K. Makino (eds), Algorithms and Computation (2015), Springer, Berlin, Heidelberg, 3-13

  10. [18]

    Yang, Tiling the plane with a set of ten polyominoes, International Journal of Computational Geometry & Applications, 33(03n04)(2023), 55-64

    C. Yang, Tiling the plane with a set of ten polyominoes, International Journal of Computational Geometry & Applications, 33(03n04)(2023), 55-64

  11. [19]

    Yang, On the undecidability of tiling the plane with a set of 9 polyominoes (in Chinese), SCIENTIA SINICA Mathematica, (2024), https://doi.org/10.1360/SSM-2024-0035

    C. Yang, On the undecidability of tiling the plane with a set of 9 polyominoes (in Chinese), SCIENTIA SINICA Mathematica, (2024), https://doi.org/10.1360/SSM-2024-0035

  12. [20]

    C. Yang, Z. Zhang, Translational tiling with 8 polyominoes is undecidable, Discrete & Computational Geometry, (2024), https://doi.org/10.1007/s00454-024-00706-1

  13. [21]

    C. Yang, Z. Zhang, Undecidability of translational tiling of the 3-dimensional space with a set of 6 polycubes, arXiv:2408.02196 [math.CO], to appear in Proceedings of the AMS

  14. [22]

    C. Yang, Z. Zhang, Undecidability of translational tiling of the 4-dimensional space with a set of 4 polyhypercubes, SCIENCE CHINA Mathematics, (2025), https://doi.org/10.1007/s11425-024-2365-2

  15. [23]

    C. Yang, Z. Zhang, Undecidability of translational tiling with three tiles, arXiv:2412.10646 [math.CO]

  16. [24]

    C. Yang, Z. Zhang, Translational aperiodic sets of 7 polyominoes, arXiv:2412.17382 [math.CO]

  17. [25]

    Zong, Can you pave the plane with identical tiles? Notices of the American Mathematical Society, 67(5)(2020), 635-646

    C. Zong, Can you pave the plane with identical tiles? Notices of the American Mathematical Society, 67(5)(2020), 635-646. 20 CHAO YANG AND ZHUJUN ZHANG School of Mathematics and Statistics, Guangdong University of Foreign Studies, Guangzhou, 510006, China Email address: sokoba...

  18. [5457]

    Springer, Berlin, Heidelberg, 638-649

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.